-
Notifications
You must be signed in to change notification settings - Fork 352
Feature Proposal: Inlay Hints #609
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
@kjeremy I suggest you share your proposal as an issue in the microsoft/language-server-protocol repository. |
A screen shot of this in action can be found at microsoft/vscode#16221 (comment) |
https://marketplace.visualstudio.com/items?itemName=sokra.ts-inline-types 👈 an extension that does this for TypeScript - tho, by creating yet another instance of the compiler |
@mjbvz I see that you locked microsoft/vscode#16221. I agree that the nature of the comments mostly amounted to noise, but locking also prevents further actual +1s on the opening post. |
We are still tracking it. There were enough +1 and comments on the issue to know that it’s something users are interested in |
Maybe we should move the discussion to microsoft/language-server-protocol#956? |
Lets close this in favour of #772 |
This is the start of an "inlay hints" feature proposal. It is essentially the interface we use in rust-analyzer to achieve inlay hints (microsoft/vscode#16221)
I am working on this in my spare time (hence just the md for now) but would like to get feedback.